@charset "utf-8";

.footer{width: 100%;background: #333;position: relative;border-top: 2px solid #009a44;}
.footer .bj{width: 100%;background: #70C099;height: 65px;position: absolute;left: 0;bottom: 0;}
.footer .lineText{line-height: 60px;text-align: center;font-size: 12px;}

.footer .links{padding: 40px 0 40px;border-top: 1px solid #595959;position: relative;}
.footer .links:before{position:absolute;content:"";width: 15px;height: 15px;border: 2px solid #009a44;background: #e6e6e6;top: -10px;left: 257px;transform: rotate(45deg);-ms-transform:rotate(45deg);  /* IE 9 */-moz-transform:rotate(45deg);  /* Firefox */-webkit-transform: rotate(45deg); /* Safari 和 Chrome */-o-transform:rotate(45deg);  /* Opera */border-top: 0;border-left: 0;}
.footer .logos{float: left;width: 250px;margin-right: 15px;margin-top: 10px;}
.footer .logos img{display: block;margin: 0 auto 15px;width: 240px;}
.footer .logos p{text-transform:uppercase;font-size: 16px;font-weight: bold;line-height: 25px;height: 25px;color: #ccc;text-align: center;}
.footer .logos p .icon-tel{background: url("../images/icon-tel.png") no-repeat 0 5px;vertical-align: middle;display: inline-block;width: 16px;height: 30px;margin-right: 8px;}
.footer .links dl{float: left;position: relative;height: 160px;padding-left: 40px;width: 180px;margin-right: 40px;padding-top: 10px;}
.footer .links dl:before{content: "";display: inline-block;left: 0;top: 0;height: 100%;border-left: 1px dotted #525252;position: absolute;}
.footer .links dl dt{font-size: 16px;margin-bottom: 10px;color: #cccccc;font-weight: bold;}
.footer .links dl dd{line-height: 30px;height: 30px;}
.footer .links dl dd a{display: inline-block;line-height: 20px;color: #cccccc;}
.footer .links dl dd a:hover{border-bottom: 1px dashed;}
.footer .links .getNews{padding-left: 50px;width: 100px;margin-right: 0;}
.footer .links .getNews dd{height: 120px;float: left;}
.footer .links .getNews dd img{display:block;width: 100px;}
.footer .links .getNews dd p{text-align:center;height: 25px;line-height: 25px;color: #cccccc;}

.footer_dz{
    font-size: 12px;
    background: #292929;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
.footer_dz a{
    font-size: 12px;
    color: #fff;
}
.footer_dz a:hover{
    text-decoration: underline;
}

.foot_link{
    clear: both;
    border-top: 1px solid #595959;
    margin-bottom: 5px;
    line-height: 30px;
}
.foot_link span{
    color: #b2b2b2;
    font-weight: bold;
    font-size: 12px;
}
.foot_link a{
    color: #b2b2b2;
    margin-right: 10px;
    font-size: 12px;
}
.foot_link a:hover{
    border-bottom: 1px dashed;
}

/*固定的悬浮窗*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #0045ab url(../images/xuan_top.png) 10px center no-repeat;
}
.yb_bar .yb_phone {
    background: #0045ab url(../images/xuan_tel.png) 10px center no-repeat;
}
.yb_bar .yb_QQ {
    text-indent: 0;
    background: #0045ab url(../images/xuan_qq.png) 10px center no-repeat;
}
.yb_bar .yb_QQ a {
     color:#fff;
}
.yb_bar .yb_ercode {
    /*height:200px;*/
    background: #0045ab url(../images/xuan_ewm.png) 10px 10px no-repeat;
}
.hd_qr {
    padding: 0 29px 25px 29px;
}
.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}